﻿@charset "utf-8";

/*//自定义浏览器滚动条*/

body::-webkit-scrollbar,
.layers-table-list::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

body::-webkit-scrollbar-track,
.layers-table-list::-webkit-scrollbar-track {
	background: rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ddd;
}

body::-webkit-scrollbar-thumb,
.layers-table-list::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.bg {
	background-color: #6a6f6d;
}

::-webkit-scrollbar-track-piece {
	width: 8px;
	background-color: #f8f8f8;
}

::-webkit-scrollbar {
	width: 8px;
	background-color: #2882e8;
}

::-webkit-scrollbar-thumb {
	width: 8px;
	background-color: #aeaeae;
}

 ::-webkit-scrollbar-thumb:hover {
	width: 8px;
	background-color: #2882e8;
}

body,
html {
	min-width: 1200px;
}

* {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	list-style: none;
}

ul,
p {
	padding: 0px;
	margin: 0px;
}

a {
	text-decoration: none !important;
}

img {
	max-width: 100%;
}


/*网页文字选中效果*/

::selection {
	background: #e97d22;
	color: #FFFFFF;
}

::-moz-selection {
	background: #e97d22;
	color: #FFFFFF;
}

::-webkit-selection {
	background: #e97d22;
	color: #FFFFFF;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.h500 {
	min-height: 600px;
}

.w1700 {
	width: 88.54%;
	margin: 0 auto;
}


/*头部*/

header {
	height: 88px;
	width: 100%;
}

header {
	height: 88px;
	width: 100%;
}

.head_box {
	width: 94.27%;
	height: 100%;
	float: right;
}

.head {
	height: 100%;
	width: 89.78%;
	float: left;
	line-height: 88px;
}

.head .logo {
	float: left;
	width: 10.77%;
}

.head .other {
	float: right;
	width: 11.82%;
	text-align: center;
	color: #e6e6e6;
}

.head .other a {
	color: #333333;
	font-size: 16px;
	margin: 0px 20px;
	position: relative;
	display: inline-block;
}

.head .other a div {
	position: absolute;
	right: 50%;
	padding: 11px 22px;
	background: #FFFFFF;
	width: 240px;
	margin-right: -120px;
	display: none;
	z-index: 10;
}

.head .other a div input {
	height: 26px;
	width: 168px;
	border: 1px solid #d1d1d1;
	border-right: none;
	float: left;
	outline: none;
	padding-left: 10px;
}

.head .other a div button {
	float: right;
	height: 26px;
	width: 28px;
	background: #4080c8 url(../img/ico/03.png) no-repeat center;
	outline: none;
	border: none;
}

.head .other a:nth-child(1):hover div {
	display: block;
}

.head .nav {
	float: right;
	width: 52%;
}

.head .nav ul li {
	float: left;
	margin-left: 7%;
}

.head .nav ul li a {
	color: #333333;
	font-size: 16px;
	padding-bottom: 5px;
	transition: all 0.3s ease-in-out;
	border-bottom: 2px solid #FFFFFF;
}

.head .nav ul li a:hover,
.head .nav ul li a.active {
	color: #e88736;
	font-weight: bold;
	border-color: #e88736;
}

.online_msg {
	text-align: center;
	height: 100%;
	width: 10.22%;
	float: right;
	background: #4080c8;
	padding-top: 25px;
}

.online_msg a {
	display: block;
}

.online_msg p {
	color: #ffffff;
	font-size: 14px;
	padding-top: 10px;
}


/*banner*/

.banner {
	position: relative;
}

.banner>img {
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 10;
	animation: power_down 1s ease-in-out infinite alternate;
}

@keyframes power_down {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(10px);
	}
}

.banner_t {
	position: absolute;
	width: 85%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.banner_t p:nth-child(1) {
	color: #ffffff;
	font-size: 84px;
	font-weight: bold;
	margin-bottom: 28px;
}

.banner_t p:nth-child(2),
.banner_t p:nth-child(3) {
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 5px;
}

.banner_t a {
	display: block;
	width: 169px;
	height: 43px;
	border: 3px solid #FFFFFF;
	border-radius: 30px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	line-height: 37px;
	margin-top: 50px;
}



.banner .swiper-button-next {
	opacity: 1;
	width: 24px;
	height: 42px;
	background: url(../img/index/05.png) no-repeat center;
	outline: none;
	right: 2%;
	margin-top: -12px;
}

.banner  .swiper-button-next:hover {
	background: url(../img/index/05_1.png) no-repeat center;
}

.banner  .swiper-button-prev {
	opacity: 1;
	margin-top: -12px;
	width: 24px;
	height: 42px;
	background: url(../img/index/04.png) no-repeat center;
	outline: none;
	left: 2%;
}

.banner  .swiper-button-prev:hover {
	background: url(../img/index/04_1.png) no-repeat center;
}

/*底部*/

footer {
	width: 100%;
	background: #333333;
}

footer .foot {
	width: 88.54%;
	margin: 0 auto;
	padding: 30px 0px;
}

footer .foot .foot_body {
	margin-bottom: 55px;
}

footer .foot .copyright {
	padding-top: 30px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

footer .foot .copyright p {
	width: 100%;
	color: #e0e0e0;
	font-size: 14px;
}

footer .foot .copyright p a {
	float: right;
	color: #e0e0e0;
	font-size: 14px;
}

footer .foot .foot_body div>h1 {
	color: #ffffff;
	font-size: 24px;
	position: relative;
	margin-bottom: 65px;
}

footer .foot .foot_body div>h1::before {
	position: absolute;
	content: "";
	top: 40px;
	left: 0px;
	width: 65px;
	height: 2px;
	background: #e97d22;
}

footer .foot .foot_body .cpfl {
	width: 30%;
	float: left;
	padding-right: 5%;
}

footer .foot .foot_body .cpfl .type a {
	display: block;
	width: 40%;
	float: left;
	color: #e5e5e5;
	font-size: 14px;
	margin-bottom: 23px;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

footer .foot .foot_body .cpfl .type a::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	left: 0px;
	top: 50%;
	margin-top: -2.5px;
	background: #e5e5e5;
}

footer .foot .foot_body .cpfl .out_link {
	margin-top: 30px;
}

footer .foot .foot_body .cpfl .out_link a {
	margin-right: 20px;
}

footer .foot .foot_body .lxwm {
	float: left;
	width: 41.76%;
}

footer .foot .foot_body .lxwm p {
	margin-bottom: 30px;
}

footer .foot .foot_body .lxwm p font {
	width: 5%;
	float: left;
}

footer .foot .foot_body .lxwm p span {
	width: 80%;
	float: left;
	color: #e5e5e5;
	font-size: 14px;
}

footer .foot .foot_body .zxly {
	float: right;
	width: 28.24%;
}

footer .foot .foot_body .zxly input {
	width: 100%;
	height: 40px;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 15px;
	padding-left: 10px;
	outline: none;
	color: #e5e5e5;
	font-size: 14px;
}

footer .foot .foot_body .zxly textarea {
	outline: none;
	width: 100%;
	height: 115px;
	resize: none;
	background: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	padding: 10px;
	color: #e5e5e5;
	font-size: 14px;
}

footer .foot .foot_body .zxly button {
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-size: 16px;
	border: none;
	outline: none;
	background: #e97d22;
	margin-top: 15px;
}


/*二级导航*/

.banners {
	position: relative;
}

.banners .bann_t {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.banners .bann_t p {
	color: #ffffff;
	font-size: 48px;
	font-weight: bold;
}

.banners .bann_t span {
	display: block;
	font-size: 16px;
	color: #ffffff;
	margin: 20px 0px;
}


/*二级导航*/

.tow_nav {
	width: 100%;
	height: 55px;
	background: #ebebeb;
	line-height: 55px;
}

.tow_nav .nav_box>a {
	display: block;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #000000;
	font-size: 18px;
	border-right: 1px solid #d0d0d0;
	float: left;
}

.tow_nav .nav_box>a:last-child {
	border: none;
}

.tow_nav .nav_box>a:hover,
.tow_nav .nav_box>a.active {
	background: #194b88;
	color: #FFFFFF;
}

.tow_nav p,
.tow_nav a {
	font-size: 14px;
	color: #333333;
}


/*文章公共样式*/

.content_box {
	padding: 30px 0px;
}

.content_box p {
	font-size: 14px;
	color: #333333;
	line-height: 27px;
	margin-bottom: 10px;
}

.content_box p span,
.content_box span {
	font-size: 14px;
	color: #333333;
}

.content_box img {
	width: auto !important;
	height: auto !important;
}

.content_box table {
	width: auto !important;
	height: auto !important;
}

.page {
	padding: 20px 0px;
	text-align: center;
}

.page a,
.page span {
	display: inline-block;
	padding: 6px 12px;
	transition: all 0.3s ease-in-out;
}

.page a {
	font-size: 14px;
	color: #333333;
	border: 1px solid #dddddd;
}

.page span,
.page a:hover {
	color: #FFFFFF;
	background: #0054a6;
}


/*网页加载进度条*/

#progress {
	position: fixed;
	top:0px;
	z-index: 99;
	height: 2px;
	background: #b91f1f;
	transition: opacity 500ms linear
}

#progress.done {
	opacity: 0
}

#progress span {
	position: absolute;
	height: 2px;
	-webkit-box-shadow: #b91f1f 1px 0 6px 1px;
	-webkit-border-radius: 100%;
	opacity: 1;
	width: 150px;
	right: -10px;
	-webkit-animation: pulse 2s ease-out 0s infinite;
}

@-webkit-keyframes pulse {
	30% {
		opacity: .6
	}
	60% {
		opacity: 0;
	}
	100% {
		opacity: .6
	}
}

#modals .modal-dialog {
    width: 893px !important;
}
#modals .modal-body  {
    padding:30px 15px;
	width:890px;
	height:700px;
	overflow-y:scroll
}
    #modals .modal-body .row {
        margin:0px;
    }
        #modals .modal-body .row .col-xs-3 {
            margin-bottom: 30px;
            text-align: center;
            border: 1px solid #dbdada;
            width: 24%;
            margin-right: 1.3%;
            padding: 10px;
        }
            #modals .modal-body .row .col-xs-3:nth-child(4n) {
                margin-right:0px;
            }
            #modals .modal-body .row .col-xs-3 p {
                color: #000204;
                font-size: 14px;
                margin-top: 63px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }
        /*兼容*/
        @media screen and (min-width: 100px) and (max-width: 1490px) {
            .head .nav {
		float: right;
		width: 60%;
	}
	.head .nav ul li {
		float: left;
		margin-left: 5%;
	}
	.head .other {
		width: 13.82%;
	}
}